Overload | Description |
---|---|
Fulfill(TResult,Int32) | Fulfills the promise with specified result. Automatically decides whether to call the promise handlers immediately or asyncrhonously. |
Fulfill(TResult,Boolean,Int32) | Fulfills the promise with the specified result. |